echo "Hello!"; $array = [1, 2, 3]; ]]>
// Missing semicolon. $array = [1, 2, 3; // Missing closing bracket. ]]>